xen/dts: Don't check the number of address and size cells in process_cpu_node
authorJulien Grall <julien.grall@linaro.org>
Wed, 28 Aug 2013 14:47:17 +0000 (15:47 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 10 Sep 2013 10:04:44 +0000 (11:04 +0100)
commit50718fc3c5981df5c393a97b7b5a0dcc9ba78004
tree2e0ec8f32312e6bfe44b422cacf0ec4d620c8673
parent887915680a701a2e258676a6c97ae0599ac9e3fe
xen/dts: Don't check the number of address and size cells in process_cpu_node

CPU nodes are not required to have #address-cells == 1 and #size-cells == 0, so
don't check for that (see Linux Documentation/devicetree/booting-without-of.txt
Section III.5.a).

In some OMAP5 device, tree, these 2 properties are not correctly set. Therefore,
Xen will only able to handle 1 CPU.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
CC: andrii.anisov@globallogic.com
CC: baozich@gmail.com
xen/common/device_tree.c